From: jenkins-bot Date: Fri, 1 Dec 2017 21:46:46 +0000 (+0000) Subject: Merge "build: Add PHP 7.1 to Travis CI test matrix" X-Git-Tag: 1.31.0-rc.0~1322 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=d27ed98570ed6c59c7620434735eb61de21cda14;hp=5405fd880e914e7d460a9148477688770aeb7d1a;p=lhc%2Fweb%2Fwiklou.git Merge "build: Add PHP 7.1 to Travis CI test matrix" --- diff --git a/.travis.yml b/.travis.yml index cde7193424..78a2b7d735 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,6 +33,8 @@ matrix: php: hhvm-3.18 - env: dbtype=mysql dbuser=root php: 7 + - env: dbtype=mysql dbuser=root + php: 7.1 services: - mysql